home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TPUG - Toronto PET Users Group
/
TPUG Users Group CD
/
TPUG Users Group CD.iso
/
AMIGA
/
AMICUS
/
AMICUS01.ADF
/
ABasicStuff
/
Tools
/
cardfilefix.bas
< prev
next >
Wrap
BASIC Source File
|
1985-12-12
|
164b
|
9 lines
10 open "o",#3,"Index.him"
20 p$(1)="Address"
30 print#3,p$(1)
40 for j=2 to 7
50 p$(j)="Blank"+str$(j)
60 print#3,p$(j)
70 next j
80 close